home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
grideg
/
grideg.bas
< prev
next >
Wrap
BASIC Source File
|
1995-05-09
|
337b
|
10 lines
Option Explicit
' Function Declarations
Declare Function GetFocus Lib "User" () As Integer
Declare Function SendMessage Lib "User" (ByVal hWnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
Global maxcolwidth(4) As Integer
Global maxrowheight(15) As Integer
Global Const KEY_RETURN = &HD